home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 1 / The 640 Meg Shareware Studio CD-ROM Volume I (Data Express)(1992).ISO / driver / macpab1.dsk / MACPA.CMD < prev    next >
OS/2 REXX Batch file  |  1992-06-30  |  470b  |  20 lines

  1. echo off
  2. IF EXIST MACPA1.ZIP GOTO TEST2
  3. GOTO ERROR
  4. :TEST2
  5. IF EXIST MACPA2.ZIP GOTO OK
  6. GOTO ERROR
  7. :OK
  8. rename macpa1.zip macpa1.exe
  9. macpa1.exe -d -o
  10. erase macpa1.exe
  11. rename macpa2.zip macpa2.exe
  12. macpa2.exe -d -o
  13. erase macpa2.exe
  14. GOTO END
  15. :ERROR
  16. ECHO All files necessary for installation are not in this directory.
  17. ECHO Copy the contents of both M-AUDIO Interface code diskettes
  18. ECHO to this directory and then type MACPA followed by the Enter key.
  19. :END
  20.